Vcenter NamespaceManagement ClusterCompatibility FilterSpec

Vcenter NamespaceManagement ClusterCompatibility FilterSpec
Vcenter NamespaceManagement ClusterCompatibility FilterSpec

The Vcenter NamespaceManagement ClusterCompatibility FilterSpec schema contains properties used to filter the results when listing clusters (see GET /vcenter/namespace-management/cluster-compatibility) and their compatibility information.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "compatible": false,
    "network_provider": "string"
}
boolean
compatible
Optional

Set this flag to true to only list vSphere clusters that are currently compatible with the Namespaces feature. If set to false, both compatible and incompatible vSphere clusters will be listed.

This property was added in vSphere API 7.0.0.0.

If missing or null, both compatible and incompatible vSphere clusters will be listed.

string
network_provider
Optional

The network provider whose networks will be considered.

For more information see: Vcenter NamespaceManagement Clusters NetworkProvider.

This property was added in vSphere API 7.0.1.0.

If missing or null, this will default to Vcenter NamespaceManagement Clusters NetworkProvider.NSXT_CONTAINER_PLUGIN.